home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / amos / AMOS1097.lzh / AMOSLIST / 000037_amos-request@svcs1.digex.net_Thu Oct 2 16:00:50 1997.msg < prev    next >
Internet Message Format  |  1997-11-02  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id QAA28268
  3.     for <mcox@access.digex.net>; Thu, 2 Oct 1997 16:00:47 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id MAA04326
  6.     for amos-out; Thu, 2 Oct 1997 12:15:01 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id MAA04323
  9.     for <amos-list@svcs1.digex.net>; Thu, 2 Oct 1997 12:15:01 -0400 (EDT)
  10. Received: from vux.alingsas.se ([194.23.150.50])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id MAA24078
  12.     for <amos-list@access.digex.net>; Thu, 2 Oct 1997 12:14:58 -0400 (EDT)
  13. Received: from vux.alingsas.se (s-6730@dialup122-2-6.swipnet.se [130.244.122.70])
  14.     by vux.alingsas.se (8.8.5/8.8.5) with SMTP id SAA29633
  15.     for <amos-list@access.digex.net>; Thu, 2 Oct 1997 18:22:07 +0200 (CEST)
  16. Message-Id: <199710021622.SAA29633@vux.alingsas.se>
  17. X-Mailer: AEMAIL (Amiga eMail), Version 1.30 (September 1 1997), (c) 1997 by John F. Zacharias
  18. Date: Thu, 2 Oct 1997 18:15:57 +0100 
  19. From: Peter Falkesand <pet6fal@vux.alingsas.se>
  20. Organization: Deucalion Dezign
  21. Reply-To: peter.falkesand@vux.alingsas.se
  22. To: Amos Mailing list <amos-list@access.digex.net>
  23. Subject: Dec To Hex
  24. Mime-Version: 1.0
  25. Content-Type: Text/Plain
  26. Content-Transfer-Encoding: 8bit
  27. Status: O
  28. X-Status: 
  29.  
  30. Hi All..
  31.  
  32. Now i have a question for all of ya AMOS freaks out there!!!
  33.  
  34. Is there some good extension that converts Dec to Hex ???
  35.  
  36. I know AMOS has one of it self but i doesn't like it.
  37.  
  38. A$=Hex$(50) give me the answer $32
  39. But i doesn't want the $-sign in the value.. 
  40.  
  41. How do i copy a section of memory Ex.(175760-1788332) to
  42. section (278544-281616)????
  43.  
  44.  
  45.  
  46. And now to my second problem!
  47.  
  48. If i load a hiscore with 
  49. Bload"bla:bla.blascore",5
  50. and a second one with
  51. Bload"bla:bla.blascore2",6
  52.  
  53. how do i merge them into one hiscore??
  54.  
  55. with the highest first etc..
  56. ( i only need a type of sort routine or ???)
  57.  
  58. Happy to get answers..
  59.